home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TFRMSPLASH3 / TFRMSPLASH3.txt
Text File  |  2004-10-12  |  769b  |  38 lines

  1. object frmSplash3: TfrmSplash3
  2.   Left = 192
  3.   Top = 265
  4.   BorderStyle = bsNone
  5.   Caption = 'TheBat! Splash'
  6.   ClientHeight = 456
  7.   ClientWidth = 490
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnPaint = FormPaint
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object CloseTimer: TTimer
  24.     Enabled = False
  25.     Interval = 5000
  26.     OnTimer = CloseTimerTimer
  27.     Left = 160
  28.     Top = 116
  29.   end
  30.   object BlinkTimer: TTimer
  31.     Enabled = False
  32.     Interval = 800
  33.     OnTimer = BlinkTimerTimer
  34.     Left = 160
  35.     Top = 152
  36.   end
  37. end
  38.